home *** CD-ROM | disk | FTP | other *** search
/ Game Audio Programming / GameAudioProgramming.iso / Extras / Dolby / DISK 2 / 02Ddigital.swf / scripts / DefineButton2_338 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  2002-02-10  |  112 b   |  6 lines

  1. on(release){
  2.    _root.popup.gotoAndStop("stop");
  3.    _root.control.click.start(0,0);
  4.    gotoAndStop(102);
  5. }
  6.